home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO
- ECHO
- ECHO
- ECHO This procedure installs PC-Names on your C: hard drive.
- ECHO
- ECHO The procedure creates a sub-directory called \PCN, then it
- ECHO copies the PC-Names files to that new sub-directory.
- ECHO
- ECHO If this is NOT what you want to do, hold down the Ctrl key and
- ECHO press C, and then reply Y.
- ECHO
- ECHO
- ECHO Otherwise, to proceed with the installation:
- ECHO
- PAUSE
- CLS
- ECHO
- ECHO
- ECHO
- C:
- CD\
- ECHO Creating \PCN sub-directory...
- MD PCN
- CD PCN
- ECHO
- ECHO
- ECHO Copying files to new \PCN sub-directory...
- ECHO ON
- copy a:*.*
- ECHO OFF
- CLS
- ECHO
- ECHO
- ECHO
- ECHO The INSTALL is now complete.
- ECHO
- ECHO
- ECHO Key PCN and press ENTER to start PC-Names. After the program menu
- ECHO appears, use the arrow key to choose HELP, then press ENTER.
- ECHO
- ECHO ON